Package com.cisco.pt.ipc.sim.pdu
Interface VTPRequestFrame
- All Known Implementing Classes:
VTPRequestFrameImpl
-
Method Summary
Methods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduReadMethods inherited from interface com.cisco.pt.ipc.sim.pdu.VTPFrame
getCode, getDomainName, getVersion, setCode, setDomainName, setVersion
-
Method Details
-
getStartValue
int getStartValue()- Returns:
- int Returns a int
-
setStartValue
void setStartValue(int startValue) - Parameters:
startValue- Takes in a parameter of startValue
-